gtksocket: Remove mention to gtk_socket_steal() deprecated function
authorJavier Jardón <jjardon@gnome.org>
Wed, 8 Sep 2010 15:14:37 +0000 (17:14 +0200)
committerJavier Jardón <jjardon@gnome.org>
Wed, 8 Sep 2010 15:14:37 +0000 (17:14 +0200)
gtk/gtksocket.c

index 879406153a274f31bee51bfd4b8177b690233474..ed82739e2e9a2cd04998e04687e8c18f85a9a463 100644 (file)
  * <application>Qt</application>, allowing the same level of integration
  * when embedding a <application>Qt</application> widget in GTK or vice versa.
  *
- * A socket can also be used to swallow arbitrary
- * pre-existing top-level windows using gtk_socket_steal(),
- * though the integration when this is done will not be as close
- * as between a #GtkPlug and a #GtkSocket.
- *
  * <note>
  * The #GtkPlug and #GtkSocket widgets are currently not available
  * on all platforms supported by GTK+.